GtkStack: Fix double-draw in crossfade
authorAlexander Larsson <alexl@redhat.com>
Tue, 7 May 2013 07:28:30 +0000 (09:28 +0200)
committerAlexander Larsson <alexl@redhat.com>
Tue, 7 May 2013 14:40:24 +0000 (16:40 +0200)
commite2c8a95af6d223df65b6dc62a85b696c5de1441b
treea8ab99e21967037433709721ac148293fce027d9
parent3610005191001b780ec1d242c2cbd8d1e888b29a
GtkStack: Fix double-draw in crossfade

We should only draw the cross-fade on the bin window, not doing this
was causing us to draw it multiple times using ADD which resulted
in weird colors.
gtk/gtkstack.c